home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8252 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  781 b 

  1. Path: news.gwdg.de!amuelle3
  2. From: amuelle3@gwdu19.gwdg.de (Arne Mueller )
  3. Newsgroups: comp.lang.c
  4. Subject: don't understand preprocessor ;-(
  5. Date: 2 Mar 1996 18:00:46 GMT
  6. Organization: GWDG, Goettingen
  7. Message-ID: <4ha2ce$lsv@gwdu19.gwdg.de>
  8. NNTP-Posting-Host: gwdu08-fddi.gwdg.de
  9. X-Newsreader: TIN [version 1.1 PL8]
  10.  
  11. Hello,
  12.  
  13. I want to modify an existing program and don't undertand the following
  14. code:
  15.  
  16. ..
  17.  
  18. #define __far
  19.  
  20. int __far x;
  21.  
  22. ..
  23.  
  24.  
  25. Hm, it looks very simpel, but why does a progammer define something
  26. to put it infront of a variable? In the progam I want to modify most
  27. variables including struct's and register-variables are declared with
  28. this preprocessor-instruction. If you can explain the sense of souch an 
  29. instruction, please send me an email.
  30.  
  31.  
  32. Thank you,
  33.  
  34.  
  35.     Arne
  36.